X14DataBar Class

Represents a data bar rule definition (x14:dataBar element).

Definition

Namespace: Independentsoft.Office.Spreadsheet.Extensions
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class X14DataBar
Inheritance
Object    X14DataBar

Constructors

X14DataBar Initializes a new instance of the X14DataBar class.

Properties

AxisColor Gets or sets the axis color.
AxisPosition Gets or sets the axis position ("automatic", "middle" or "none").
Border Gets or sets whether the data bar has a border.
BorderColor Gets or sets the border color.
Direction Gets or sets the bar direction ("context", "leftToRight" or "rightToLeft").
Gradient Gets or sets whether the data bar uses a gradient fill.
MaxLength Gets or sets the maximum bar length as a percentage of the cell width.
MinLength Gets or sets the minimum bar length as a percentage of the cell width.
NegativeBarBorderColorSameAsPositive Gets or sets whether negative bars use the positive border color.
NegativeBarColorSameAsPositive Gets or sets whether negative bars use the positive fill color.
NegativeBorderColor Gets or sets the border color for negative values.
NegativeFillColor Gets or sets the fill color for negative values.
ValueObjects Gets the value objects defining the minimum and maximum thresholds.

Methods

Clone Creates a copy of the current object.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also